home *** CD-ROM | disk | FTP | other *** search
/ You're the Director / You're The Director.iso / pc / macf / mger.dir / 00342.ls < prev    next >
Encoding:
Text File  |  1995-10-10  |  200 b   |  11 lines

  1. on mouseUp
  2.   global Introd, LastFrameH
  3.   set LastFrameH to the frame
  4.   set Introd to 0
  5.   puppetSprite(48, 1)
  6.   set the visible of sprite 48 to 1
  7.   puppetSprite(48, 0)
  8.   updateStage()
  9.   go("Help")
  10. end
  11.